@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #565656;
}

.main {
    background: #fff;
    position: relative;
}

section,
.section {
    position: relative;
}

.container {
    width: 100%;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #222;
    margin-bottom: 0;
}

h1 {
    font-size: 4em;
    font-weight: 600;
    line-height: 1.2;
}

h2 {
    font-size: 40px;
    line-height: 1.3;
}

h3 {
    font-size: 20px;
    line-height: 1.2;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #565656;
}

a {
    color: #3a4bb6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
    color: #7c4fe0;
}

a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.text-body > a {
    text-decoration: underline;
    color: #212529;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}


/*header*/

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    -webkit-transition: .3s;
    transition: .3s;
    background: transparent;
}
.news-headline{
	background-color: #3a4bb6;
	text-align: center;
	padding: 15px
}
.news-headline p{color: #fff}
.news-headline p a{color: #fff; font-weight: 600}

.navbar .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar .navbar-brand-sticky {
    display: none;
}

.navbar-sticky {
    -webkit-transition: none;
    transition: none;
}

.navbar-sticky-transitioned {
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar-sticky-moved-up {
    position: fixed;
    top: 0;
    background: #fff;
    margin-top: -100px;
}

[data-theme=dark] .navbar-sticky-moved-up {
    background: #01081f;
    -webkit-box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
    box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
}

.navbar-sticky-on {
    margin-top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.navbar-sticky-on .navbar-brand-regular {
    display: none;
}

.navbar-sticky-on .navbar-brand-sticky {
    display: inline;
}

/*NAVBAR DARK*/
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .btn-outline {
    color: #fff;
}
.navbar-dark.navbar-sticky-on .navbar-nav li.menu-btn .nav-link{
  color: #fff
}
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #7e8085;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #e7eaee;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #2c2e30;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #D2D5DA;
}


/*---------- bootstrap nav custom hover ----------*/

.h-ptn{
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2
}
.right-ptn{
	background-image:url("../img/header-right-pattern.ac7c77e150a5.png");
	right: 0;
	top:20px;
	    width: 100px;
    height: 200px;
}
.left-ptn{
	background-image:url("../img/header-left-pattern.3187191381fd.png");
	left: 0;
    bottom: -9px;
    width: 125px;
    height: 200px;
}
.dropdown-menu {
  border: 0;
  padding: 0.625rem 0;
  margin: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.navbar-nav li.menu-btn .nav-link {
	    background-color: #3a4bb6;
    padding: .5rem 1.25rem;
    border-radius: 4px;
    color: #fff
}
.navbar-nav li.menu-btn .nav-link:hover{
	color: #fff
}
.menu-arrow{
color: #3a4bb6
}
.menu-arrow{
	position: relative;
    right: -13px;
    cursor: pointer;
}

.arrow-dp-menu.show .dropdown-menu{
	    opacity: 1;
    visibility: visible;
}

.arrow-dp-menu i{color: #3a4bb6}
.dropdown-menu > li {
  padding: 0 0.625rem;
}

.dropdown > .dropdown-menu:before {
  content: '';
  position: absolute !important;
  top: -10px;
  right: auto;
  bottom: auto;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown-submenu > .dropdown-menu:before {
  content: '';
  position: absolute !important;
  top: 30px;
  right: auto;
  bottom: auto;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}

.dropdown-item {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #2c2e30;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
}
.dtlogo{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	font-size: 25px
}

.dropdown-item.active, .dropdown-item:active {
  background: #f8f9fa;
}

.dropdown-divider {
  border-color: #8d98b7;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/*  mainmenu caret */
.dropdown-toggle:after {
  margin-left: 4px;
  vertical-align: 1px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: #d3d3d3;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/*  submenu cater */
.dropdown-submenu .dropdown-toggle:after {
  position: absolute;
  right: 24px;
  top: 20px;
  color: #d3d3d3;
}

.dropdown-submenu:hover .dropdown-toggle:after {
  text-decoration: underline;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.bg-2{
	background-color: #f9faff
}
.dark-bg{
	background-color: #211f27
}

/**/

.welcome-area {
    height: 600px;
    z-index: 1;
    background: rgba(0, 0, 0, 0) url("../img/banr-img.e3c5917a4487.jpg") no-repeat scroll center center / cover;
}
.welcome-area.welcome-area-inner{
  background:rgba(9,12,31,1);
  height: 280px
}

.shape-bottom-inner{
      position: absolute;
    top: auto;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 1;
}
.bg-overlay, .overlay-dark {
    position: relative;
    z-index: 0;
}
.inner-header-text{
  z-index: 2;padding-left: 17px
}
.inner-header-text h2{
  position: relative;
  color: #fff;
  font-size: 2rem
}
.inner-header-text h2:before {
    content: '';
    background: #3a4bb6;
    position: absolute;
    top: 50%;
    left: -40px;
    width: 30px;
    height: 2px;
}
.inner-header-text p{
  margin-bottom: 0;
  color: #fff;
  font-size: 12px
}
/*.bg-overlay::after{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(9,12,31,0.9);
}*/
.shape-bottom {
    position: absolute;
    top: auto;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 1;
        -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.shape-bottom svg {
    -webkit-transform: translateX(-50%) rotateY(180deg);
    transform: translateX(-50%) rotateY(180deg);
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
}

.bnr-right img{position: relative; z-index: 2}
.welcome-content {
    position: relative;
    z-index: 2;
    margin-top: 90px;
}
.promo-section {
    margin-bottom: 30px;
}
.special-head {
    color: #3a4bb6;
    font-weight: 400;
    padding-left: 40px;
    font-size: 18px;
    position: relative;
}
.special-head:before {
    content: '';
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
}

.welcome-content h1 {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff
}
.welcome-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}
.info-btn-group.free-btn a{
  width: auto;
}
.info-btn-group.free-btn a:hover{
  border: 1px solid #3a4bb6
}
.check-list-wrap li {
    position: relative;
    padding: .5rem 0 .5rem 1.875rem;
    line-height: inherit;
}
.check-list-wrap li i{
      position: absolute;
    left: 0;
    top: 14px;
    color: #839FE1
}
.pricing-switch-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 13, src/assets/scss/components/price-section/_price-1.scss */
.pricing-switch-wrap span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

/* line 18, src/assets/scss/components/price-section/_price-1.scss */
.pricing-switch-wrap span.year-switch {
  position: absolute;
  top: 7px;
  z-index: 1;
  color: #314fe2;
}

/* line 24, src/assets/scss/components/price-section/_price-1.scss */
.pricing-switch-wrap span.beforeinput {
  left: 33px;
}

/* line 26, src/assets/scss/components/price-section/_price-1.scss */
.pricing-switch-wrap span.beforeinput.text-success {
  color: #fff !important;
}

/* line 30, src/assets/scss/components/price-section/_price-1.scss */
.pricing-switch-wrap span.afterinput {
  right: 40px;
}

/* line 32, src/assets/scss/components/price-section/_price-1.scss */
.pricing-switch-wrap span.afterinput.text-success {
  color: #fff !important;
}

/* line 37, src/assets/scss/components/price-section/_price-1.scss */
.pricing-switch-wrap span.switch-icon {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 37px;
  border: 1px solid #3146e2;
  border-radius: 25px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 15px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 48, src/assets/scss/components/price-section/_price-1.scss */
.pricing-switch-wrap span.switch-icon:after {
  content: "";
  position: absolute;
  left: 4px;
  width: 100px;
  height: 35px;
  background-color: #363C8F;
  border-radius: 25px;
  -webkit-transform: translate3d(-6px, 0, 0);
          transform: translate3d(-6px, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 60, src/assets/scss/components/price-section/_price-1.scss */
.pricing-switch-wrap input:checked + .switch-icon:after {
  -webkit-transform: translate3d(95px, 0, 0);
          transform: translate3d(95px, 0, 0);
}
.check-list-wrap li:before {
    position: absolute;
    top: 10px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "<i class="fas fa-arrow-circle-right"></i>";
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #839FE1;
}



.info-btn-group a {
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins";
    display: inline-block;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.info-btn-group a:nth-child(1) {
    height: 55px;
    color: #fff;
    width: 175px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    margin-right: 20px;
    background-color: #3a4bb6;
}
.info-btn-group a:nth-child(2) {
    color: #fff;
    position: relative;
}

.info-btn-group a:nth-child(2):hover {
    color: #3a4bb6;
    position: relative;
}
.info-btn-group a:nth-child(1):hover{
	background-color: #fff;
  color: #3a4bb6
}
.ptb_100{
	padding: 100px 0;
}

.tabs-nav li {
    display: inline-block;
    color:#000;
    font-size: 14px;
    border-bottom: 2px solid #fff;
    padding: 10px
}
.tabs-nav li a{color: #000;}
.tabs-nav li.active{
	border-bottom: 2px solid #3a4bb6;
  color: #3a4bb6

}
.tabs-nav li a:hover{color: #000}
.tabs-nav li.active a{color: #3a4bb6}

.rddemo.nav-tabs,
.rddemo.nav-tabs .nav-link{
	border-top:0;
border-right:0;
border-left:0;
	border-bottom: 2px solid #3a4bb6;
    color: #000;
}
.rddemo.nav-tabs .nav-item{margin-bottom: 0}
.rddemo.nav-tabs .nav-link.active{
border-top:0;
border-right:0;
border-left:0;
border-bottom: 2px solid #3a4bb6;
color: #3a4bb6
}
.screenshot-wrap {
  position: relative;
}

/* line 4, src/assets/scss/components/sereenshots-section/_screenshots-1.scss */
.screenshot-wrap .screenshot-frame {
  background-image: url("../img/iphone-mask.adbd3dd860b6.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 298px;
    height: 600px;
  position: absolute;
  top: -10px;
  left: calc(50% + 0.5px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 20px;
}
.dot-indicator.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px;
}
.dot-indicator.owl-theme button.owl-dot span {
    display: inline-block;
    width: 14px;
    height: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #8392a5;
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.dot-indicator.owl-theme button.owl-dot.active span {
    background: #3a4bb6;
    border: 2px solid transparent;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    width: 14px;
    height: 14px
}

/* line 21, src/assets/scss/components/sereenshots-section/_screenshots-1.scss */
.screenshot-wrap .screen-carousel .owl-item img {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 30px;
}

/* line 30, src/assets/scss/components/sereenshots-section/_screenshots-1.scss */
.screenshot-wrap .screen-carousel .owl-item.active.center img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.om-content:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #211f27;
    position: absolute;
    top: 0;
    left: 40px;
}
.om-content:last-child:before,
.om-content:last-child .icon-box:before{
	content: none;
	background:#fff;
	height: auto;
}
.single-om {
	padding-left: 10px;
	display: flex;

}
.single-om .icon-box{
display: table-cell;
    vertical-align: middle;
}
.single-om .icon-box .inner {
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    z-index: 2
 }
 .single-om .icon-box:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
}
.single-om .text-box {
    padding-left: 20px;
}
.single-om .text-box h4 {
    font-size: 20px;
    color: #150A33;
    font-weight: 500;
        margin: 0;
}
.single-om .text-box p {
    font-size: 14px;
    color: #656565;
    margin-top: 5px;
}
.om-content + .om-content {
    margin-top: 20px;
}
.headwico{
display: flex;
    flex-direction: column;
    align-self: center;
}
.single-hiw{
	border: 1px solid #e9ded5;
	padding:25px 20px
}

.single-hiw img{
	margin-bottom: 30px;
	height: 60px
}
.col-12.col-lg-3:nth-child(2n) .single-hiw {
    margin-top: 3rem ;
}
.single-hiw:hover{
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    transition: all 0.3s ease 0s;
}
.reopen125{padding: 40px}
.reopen125 h3{font-size: 24px}
.reopen125 ul li{
	margin-top: 8px;
	background: url("../img/list-arrow.5849c4150b4a.png") no-repeat  0 5px;
	padding-left: 20px
}
.halfbg::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 150px;
    z-index: 0;
    background: #ffffff;
}
.shadow-1{
-webkit-box-shadow: 0px 30px 60px 0px rgba(175, 157, 151, 0.1);;
    -moz-box-shadow: 0px 30px 60px 0px rgba(175, 157, 151, 0.1);;
    box-shadow: 0px 30px 60px 0px rgba(175, 157, 151, 0.1);;
}

.pattern-1{
	background:url("../img/pattern-1.7cd496c3f216.png") no-repeat;
}
.pattern-2{background: url("../img/pattern-1.7cd496c3f216.png") no-repeat 0 0; right: 60px !important;}
.footer-ptn {
	width: 170px;
    height: 170px;
    top: 0;
    right: 0;
    background-size: contain;
}

footer{
	background-color: #090c1f;
	padding: 50px 0 30px 0;
	position: relative;
}
.mt20{margin-top: 20px}
footer::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 140px;
    z-index: 0;
    background: #ffffff;
}
.small-text {
    font-size: 13px;
}
ul:last-child {
    margin: 0;
}
.terms-policy-wrap ul li a {
    color: #696969;
}

.small-text:not(p) {
    opacity: 1;
}
.terms-policy-wrap ul li a:hover {
    color: initial;
}
.foot-email{
	border: 1px solid #3a4bb6;
	padding: 20px;
	position: relative;
	display: block;
}
.foot-email small{color: #fff; width: 100%}
.foot-email span{color: #3a4bb6; font-size: 20px; width: 100%; display: block;}
.foot-email i{
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
color: #3a4bb6;
font-size: 25px
}

.form-footer{
	background-color: #3a4bb6;
	padding: 30px;
	border-radius: 10px
}
/*.form-footer .form-control{font-size: .8rem}*/
.form-footer button{
	background-color: #fff;
  color: #3a4bb6
}
.form-control{
  background-color: rgba(255,255,255,.4);
  border: 1px solid #3A4BB6;
}
.single-pricing-pack.popular-price {
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    border-top: 4px solid #3a4bb6 !important;
    border-radius: 1rem;
}
.single-pricing-pack .pricing-header .price {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #3a4bb6
}
.price-name{
  background: #eee;
    padding: 10px;
    border-radius: 50px;
}
.single-pricing-pack .pricing-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
}
.single-pricing-pack .pricing-content ul li{
  overflow: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 35px;
    padding-left: 35px;
    border-bottom: 1px dotted #e3e3e3;
    color: #727272;
}

@media (min-width: 320px) and (max-width: 1200px) {
  .screenshot-wrap .screenshot-frame {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .screenshot-wrap .screen-carousel .owl-item img {
    width: 90%;
    margin: auto;
  }
}


.video-promo-content a.video-play-icon-without-bip {
  -webkit-animation: none;
          animation: none;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ea4d4d;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ea4d4d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#152F52, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}


.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.10);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 20%;
  right: 5%;
  background:#768FCA;
  border-radius: 10%;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fff;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}

/* line 37, src/assets/scss/components/call-to-action-section/_video-promo.scss */
.video-promo-content a.video-play-icon-without-bip:hover {
  -webkit-animation: ripple-blue 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
  -webkit-transition: .5s;
  background-color: #405275;
}
